reflect.abiSeq.steps (field)
18 uses
	reflect (current package)
		abi.go#L85: 	steps      []abiStep
		abi.go#L93: 	for i, p := range a.steps {
		abi.go#L113: 		e = len(a.steps)
		abi.go#L117: 	return a.steps[s:e]
		abi.go#L126: 	pStart := len(a.steps)
		abi.go#L154: 		return &a.steps[len(a.steps)-1]
		abi.go#L167: 	a.valueStart = append(a.valueStart, len(a.steps))
		abi.go#L184: 		return &a.steps[len(a.steps)-1], ptr
		abi.go#L276: 		a.steps = append(a.steps, abiStep{
		abi.go#L301: 		a.steps = append(a.steps, abiStep{
		abi.go#L318: 	a.steps = append(a.steps, abiStep{
		value.go#L499: 		switch st := abid.call.steps[0]; st.kind {
		value.go#L974: 	switch st := methodABI.call.steps[0]; st.kind {
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |